home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4256 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.1 KB

  1. Path: dlsu.edu.ph!mscs9397876
  2. From: mscs9397876@dlsu.edu.ph
  3. Newsgroups: comp.lang.c++
  4. Subject: help visual
  5. Date: 29 Jan 96 18:40:07 +0800
  6. Organization: De La Salle University
  7. Message-ID: <1996Jan29.184007.1@dlsu.edu.ph>
  8. NNTP-Posting-Host: vax6.dlsu.edu.ph
  9.  
  10.     Good day!
  11.         I'm currently using Microsoft Visual C++ 1.52 to program our thesis
  12. project and I'm not that familiar yet. I would like to ask a few questions:
  13.         1.) How do I include graphics in my listbox. Say for an example, I'm
  14. going to display on my list box the currently connected computers in my local
  15. area network but on each name of the computer listed I want a small drawing
  16. of a computer before it? Right now I'm using the member function AddString
  17. of CListBox to display items. I don't if it can likewise display drawings to
  18. make it more creative.
  19.         2.) How do I create modeless dialog boxes? I'm in need of dialog boxes
  20. which will try display a message without preempting the current process the 
  21. computer is doing.
  22.         3.) I'm trying to include Help in my program. My book says that all I
  23. need is to choose the option Context sensitive help in the Appwizard, build it
  24. and then run MAKEHELP.BAT. How come it always comes out with the error "BAD
  25. COMMAND OR FILE NAME"? Do I need to add more parameters, my book doesn't men-
  26. tion it all it says is that I will find dots displayed on my screen and a
  27. .HLP file will be created, but there were none.
  28.         4.) Is it possible to have an edit control box in a dialog box to 
  29. have a preformatted input. An example is trying to input an IP address.
  30. My edit box would appear like this ___.___.___.___ and all the user has
  31. to do is to fill out the spaces without having to type in the dot. If it's 
  32. possible, what are the command messages I need to manipulate and other
  33. things I need to do?
  34.         5.) How do I update the status bar? It only works when you're trying
  35. to choose from a menu. Instead of using message boxes, I think it would
  36. be nice if I'd just prompt the user on what to do by displaying it on the
  37. status bar.
  38.         Again,I thank you for taking this time to answer a few of my questions.
  39. Thank you very much.
  40.  
  41.